func crypto/x509.matchEmailConstraint

2 uses

	crypto/x509 (current package)
		verify.go#L392: func matchEmailConstraint(mailbox rfc2821Mailbox, constraint string) (bool, error) {
		verify.go#L613: 						return matchEmailConstraint(parsedName.(rfc2821Mailbox), constraint.(string))